Versions:

  • 1.25.9

kubefwd is a lightweight command-line utility published by txn2 that streamlines local Kubernetes development by enabling bulk port forwarding of every service defined in a cluster straight to a developer’s workstation; currently offered in version 1.25.9, the single-version tool assigns each forwarded service its own loopback IP in the 127.x.x.x range, thereby eliminating traditional port-conflict headaches while still allowing applications to be reached by their original cluster DNS names. By parsing the same service records that pods use internally, kubefwd automatically rewrites the workstation’s /etc/hosts file so that a browser or CLI call to, for example, “http://auth-service” resolves instantly to the locally forwarded endpoint, mirroring the in-cluster experience without extra configuration or ingress controllers. The utility is invoked with a simple sudo kubefwd svc command, after which it negotiates RBAC permissions, watches the Kubernetes API for changes, and keeps tunnels alive until terminated, making it ideal for micro-service debugging, integration testing, UI prototyping against real back ends, or running legacy on-prem software that expects hard-coded service names. Because traffic never leaves the developer machine, sensitive clusters stay protected while still affording full fidelity access to databases, message queues, internal APIs, and headless services. The software is available for free on get.nero.com, with downloads provided via trusted Windows package sources (e.g. winget), always delivering the latest version, and supporting batch installation of multiple applications.

Tags: